home *** CD-ROM | disk | FTP | other *** search
- // Borland C++ Builder
- // Copyright (c) 1995, 1998 by Borland International
- // All rights reserved
-
- // (DO NOT EDIT: machine generated header) 'QRPrev.pas' rev: 3.00
-
- #ifndef QRPrevHPP
- #define QRPrevHPP
- #include <qr2const.hpp>
- #include <qrprntr.hpp>
- #include <Buttons.hpp>
- #include <StdCtrls.hpp>
- #include <ExtCtrls.hpp>
- #include <Dialogs.hpp>
- #include <Forms.hpp>
- #include <Controls.hpp>
- #include <Graphics.hpp>
- #include <Classes.hpp>
- #include <SysUtils.hpp>
- #include <Messages.hpp>
- #include <Windows.hpp>
- #include <SysInit.hpp>
- #include <System.hpp>
-
- //-- user supplied -----------------------------------------------------------
-
- namespace Qrprev
- {
- //-- type declarations -------------------------------------------------------
- class DELPHICLASS TQRStandardPreview;
- class PASCALIMPLEMENTATION TQRStandardPreview : public Forms::TForm
- {
- typedef Forms::TForm inherited;
-
- __published:
- Extctrls::TPanel* Toolbar;
- Extctrls::TPanel* StatusPanel;
- Buttons::TSpeedButton* ZoomToFit;
- Buttons::TSpeedButton* ZoomTo100;
- Buttons::TSpeedButton* ZoomToWidth;
- Buttons::TSpeedButton* FirstPage;
- Buttons::TSpeedButton* PrevPage;
- Buttons::TSpeedButton* NextPage;
- Buttons::TSpeedButton* LastPage;
- Buttons::TSpeedButton* PrintSetup;
- Buttons::TSpeedButton* Print;
- Buttons::TSpeedButton* Save;
- Buttons::TSpeedButton* Load;
- Buttons::TBitBtn* Exit;
- Extctrls::TPanel* Panel1;
- Stdctrls::TLabel* Status;
- Qrprntr::TQRPreview* QRPreview;
- void __fastcall FormClose(System::TObject* Sender, Forms::TCloseAction &Action);
- void __fastcall ZoomToFitClick(System::TObject* Sender);
- void __fastcall ZoomTo100Click(System::TObject* Sender);
- void __fastcall ZoomToWidthClick(System::TObject* Sender);
- void __fastcall FirstPageClick(System::TObject* Sender);
- void __fastcall PrevPageClick(System::TObject* Sender);
- void __fastcall NextPageClick(System::TObject* Sender);
- void __fastcall LastPageClick(System::TObject* Sender);
- void __fastcall PrintClick(System::TObject* Sender);
- void __fastcall ExitClick(System::TObject* Sender);
- void __fastcall FormResize(System::TObject* Sender);
- void __fastcall FormKeyDown(System::TObject* Sender, Word &Key, Classes::TShiftState Shift);
- void __fastcall SaveClick(System::TObject* Sender);
- void __fastcall PrintSetupClick(System::TObject* Sender);
- void __fastcall LoadClick(System::TObject* Sender);
- void __fastcall QRPreviewPageAvailable(System::TObject* Sender, int PageNum);
- void __fastcall QRPreviewProgressUpdate(System::TObject* Sender, int Progress);
- void __fastcall FormCreate(System::TObject* Sender);
-
- private:
- Qrprntr::TQRPrinter* FQRPrinter;
- Qrprntr::TQRGauge* Gauge;
-
- public:
- __fastcall virtual TQRStandardPreview(Classes::TComponent* AOwner, Qrprntr::TQRPrinter* aQRPrinter)
- ;
- HIDESBASE void __fastcall Show(void);
- void __fastcall UpdateInfo(void);
- __property Qrprntr::TQRPrinter* QRPrinter = {read=FQRPrinter, write=FQRPrinter};
- public:
- /* TCustomForm.Create */ __fastcall virtual TQRStandardPreview(Classes::TComponent* AOwner) : Forms::
- TForm(AOwner) { }
- /* TCustomForm.CreateNew */ __fastcall TQRStandardPreview(Classes::TComponent* AOwner, int Dummy) :
- Forms::TForm(AOwner, Dummy) { }
- /* TCustomForm.Destroy */ __fastcall virtual ~TQRStandardPreview(void) { }
-
- public:
- /* TWinControl.CreateParented */ __fastcall TQRStandardPreview(HWND ParentWindow) : Forms::TForm(ParentWindow
- ) { }
-
- };
-
- //-- var, const, procedure ---------------------------------------------------
-
- } /* namespace Qrprev */
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Qrprev;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // QRPrev
-